From: Robin Pepermans Date: Mon, 12 Dec 2011 22:08:17 +0000 (+0000) Subject: fix r105935, wgContLang still used in the function X-Git-Tag: 1.31.0-rc.0~26026 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=39fed0d525be2175640ea3a7e95a73fd2beaf058;p=lhc%2Fweb%2Fwiklou.git fix r105935, wgContLang still used in the function --- diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index abb7447d5f..f5bc9bfa76 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -345,7 +345,7 @@ class LegacyTemplate extends BaseTemplate { } function otherLanguages() { - global $wgOut, $wgLang, $wgHideInterlanguageLinks; + global $wgOut, $wgLang, $wgContLang, $wgHideInterlanguageLinks; if ( $wgHideInterlanguageLinks ) { return '';